-
Notifications
You must be signed in to change notification settings - Fork 9.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Honda: Port 2024 Integra #32056
Honda: Port 2024 Integra #32056
Conversation
Thanks for contributing to openpilot! In order for us to review your PR as quickly as possible, check the following:
|
This reverts commit 0e17803.
Integra manual transmission support
* bump panda * bump opendbc * apply PR 31022
We've moved the car interfacing code to our PR_NUMBER=33045
curl -L https://github.com/commaai/openpilot/pull/$PR_NUMBER.patch | sed -e 's/selfdrive\/car/opendbc_repo\/opendbc\/car/g' | git apply -v --reject Simply replace the PR number with your own. Once done, add the files, fix any conflicts, and open a new PR. Alternatively, you may start a new PR from scratch if that is easier for you. |
Have looked this over, and as @vanillagorillaa outlined, it boils down into three basic pieces:
|
I have manual transmission stuff in an accord branch. It's pretty simple. Never tried op long though. Will post it here when I have a moment today. |
The code changes are meh but i think you'll get the gist. Lots of driving (years) on this w/ stock ACC. Mainly used on the 2.0l. Also the 1.5l too, IIRC. car
Probably need to make the clutchPressed part of the pedalPressed event. I did at one time but didn't bother here. dbc |
Checklist
selfdrive/car/docs.py
to generate new docsRequires